GUI Help > Special > setTrackbarTickFrequency

setTrackbarTickFrequency
setTrackbarTickFrequency handle gadget, int frequency

Description:
Sets how often tickmarks appear on a trackbar gadget. For example, if you set the range to 0 - 10, and the tick frequency to 2, then 5 ticks would appear evenly spaced along the side of the trackbar.

Return Value:


Parameters:
gadget Handle of a trackbar gadget
frequency The frequency at which you want ticks to appear alongside the trackbar.
Remarks:


See Also:


Example:
(Note: You will need to include the GUI constants file for this example to work)